home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / qostnote.zip / ATTPAT.TEC < prev    next >
Text File  |  1988-08-23  |  4KB  |  95 lines

  1. .MB13
  2. .PO12
  3.                     DESQVIEW 2.0 PATCH FOR AT&T 6300
  4.  
  5. DESQview 2.0 on an AT&T 6300 with BIOS versions prior to 1.43 bombs when
  6. going into DESQview.  The failure seems to be that our test for the EGA
  7. seems to poke into the keyboard routines on this machine.  This problem 
  8. does not seem to occur on the AT&T 6300+.  The best advice would be to
  9. contact AT&T about a BIOS upgrade since many programs that test for the
  10. presence of the EGA may encounter this type of difficulty.  However, the
  11. following patch can be used to bypass the EGA test.  Later versions of
  12. DESQview will probably code around the problem and will not require the
  13. patch.  AT&T users interested in upgrading their ROM can call AT&T 
  14. support at 800-922-0354.
  15.  
  16. To create the patched DESQview file, you will need a copy of the DOS
  17. utility DEBUG.COM.  This can be found on your DOS Supplemental directory.
  18.  
  19. The patch:
  20.  
  21. ... First, copy your DV.EXE file to a backup file.  In case the patch
  22. doesn't work, you can restore the original and you will be no worse off.
  23.  
  24. C:\dv>COPY DV.EXE DVBACK.EXE      {ENTER}
  25.  
  26. ... Next, rename your DV.EXE to DV.XXX so that it may be patched.  This is 
  27. necessary so that DEBUG will load the file properly.
  28.  
  29. C:\dv>REN DV.EXE DV.XXX         {ENTER}
  30.  
  31. ... Next enter DEBUG using the DV.XXX parameter.
  32.  
  33. C:\dv>DEBUG DV.XXX           {ENTER}
  34.  
  35. ... Debug will load the program and present you with a hyphen as a prompt.
  36. To this prompt, type an "R" and hit the Enter key.  You will be presented
  37. with a display similar to the one shown below.  It is not necessary that
  38. you understand this (aren't you glad?).
  39.  
  40. -R   {ENTER}
  41. AX=0000  BX=0001  CX=BBA0  DX=0000  SP=FFEE  BP=0000  SI=0000  DI=0000
  42. DS=????  ES=1F87  SS=1F87  CS=1F87  IP=0100   NV UP DI PL NZ NA PO NC
  43. 1F87:0100 4D            DEC     BP
  44.  
  45. ... In the space following the "DS=" in your display, which in the example
  46. above contains "????" you will see four alpha-numeric characters.  Take
  47. note of these characters and to the hyphen prompt, type "H" followed by a
  48. space, then the number following the "DS=", then another space and "1000" 
  49. as illustrated below.  Follow this by hitting the Enter key and you will
  50. see two sets of characters shown below as "XXXX" and "YYYY".  Only the
  51. "XXXX" will be used for the patch.
  52.  
  53. -H ???? 1000         {ENTER}
  54. XXXX YYYY
  55. ... Now to the hyphen prompt type "S", the four characters shown in "XXXX" 
  56. above and ":0 FFF0 26 c6 06 74 00 18" as shown below and hit the Enter key.
  57.  
  58. -SXXXX:0 fff0 26 c6 06 74 00 18      {ENTER}
  59. ????:????
  60.  
  61. ... Debug should return two sets of four characters each separated by a 
  62. colon.  This is shown above as "????:????".  If DEBUG returns to the hyphen 
  63. prompt without returning this set of characters, this patch will not work 
  64. on your copy of DESQview and you should type "Q" and hit Enter to quit 
  65. DEBUG.  If it did return the characters, continue:
  66.  
  67. To the hyphen prompt, type "E" followed by the characters shown above as 
  68. "????:????".  Then hit the Enter key.  DEBUG will respond with a line 
  69. ending with "26" and an underline cursor.  To this prompt, type "EB" and 
  70. then press the space bar.  Debug will respond with a line ending in "C6" 
  71. and again wait for input with an underline cursor.  Type in 04 and hit the 
  72. Enter key.
  73.  
  74. -E????:????
  75. ????:????  26.  EB   {hit spacebar}
  76. ????:????  C6.  04   {ENTER}
  77.  
  78. ... Debug will return the hyphen prompt.  To this prompt, type "W" and hit 
  79. the Enter key.  Your disk will light up and Debug will indicate that it is 
  80. writing a given number of bytes.
  81.  
  82. -W                   {ENTER}
  83. Writing ????? bytes
  84.  
  85. ... At this point, the patch is complete and the file has been written to 
  86. disk.  Return to DOS by typing "Q" and hitting return.
  87.  
  88. -Q                       {ENTER}
  89. C:\DV>REN DV.XXX DV.EXE
  90.  
  91. ... Finally, rename DV.XXX to DV.EXE (shown above) and then enter DESQview. 
  92. If your patch has been successful, DESQview should now run properly.
  93.  
  94.              * * *   E N D   O F   F I L E    * * * 
  95.